* xselect.c: Use signed conversions more consistently (Bug#9498).
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2011 15:47:21 +0000 (08:47 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Sep 2011 15:47:21 +0000 (08:47 -0700)
commit89d4839337742e247dd3ce416be632e27e5d4695
treeadcaaddc9c8c258233d0dc84a38f414323a77211
parent4db9ca662e04513b4cf5d611975ecc1100f3994e
* xselect.c: Use signed conversions more consistently (Bug#9498).

(selection_data_to_lisp_data): Assume incoming selection data are
signed integers, not unsigned.  This is to be consistent with
outgoing selection data, which was modified to use signed integers
in as part of the fix to Bug#9196 in response to Jan D.'s comment
in <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9196#32> that X11
expects long, not unsigned long.
src/ChangeLog
src/xselect.c